<!DOCTYPE html>
<html class="client-nojs vector-feature-night-mode-disabled vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-1 vector-sticky-header-enabled" lang="en" dir="ltr"><head>
<meta charset="UTF-8">
<title>Graph drawing</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://en.wikipedia.org/wiki/Graph_drawing"> <link href="./mw/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/ext.math.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/user.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./mw/site.styles.css">
<link rel="stylesheet" type="text/css" href="./mw/noscript.css">
<link rel="stylesheet" type="text/css" href="./footer.css">
<link rel="stylesheet" type="text/css" href="./vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Graph_drawing rootpage-Graph_drawing skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading">
<span id="openzim-page-title" class="mw-page-title-main"><span class="mw-page-title-main">Graph drawing</span></span>
</h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="en" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="en" dir="ltr">
<style data-mw-deduplicate="TemplateStyles:r1236090951">
/* start https://en.wikipedia.org/ */
.mw-parser-output .hatnote{font-style:italic}.mw-parser-output div.hatnote{padding-left:1.6em;margin-bottom:0.5em}.mw-parser-output .hatnote i{font-style:normal}.mw-parser-output .hatnote+link+.hatnote{margin-top:-0.5em}@media print{body.ns-0 .mw-parser-output .hatnote{display:none!important}}
/* end https://en.wikipedia.org/ */
</style><div role="note" class="hatnote navigation-not-searchable">"Network diagram" redirects here. For network diagrams in specific contexts, see <a href="#Application-specific_graph_drawings">§ Application-specific graph drawings</a>.</div>
<p class="mw-empty-elt">
</p>
<p><b>Graph drawing</b> is an area of <a href="Mathematics" title="Mathematics">mathematics</a> and <a href="Computer_science" title="Computer science">computer science</a> combining methods from <a href="Geometric_graph_theory" title="Geometric graph theory">geometric graph theory</a> and <a href="Information_visualization" class="mw-redirect" title="Information visualization">information visualization</a> to derive two-dimensional (or, sometimes, three-dimensional) depictions of <a href="Graph_(discrete_mathematics)" title="Graph (discrete mathematics)">graphs</a> arising from applications such as <a href="Social_network_analysis" title="Social network analysis">social network analysis</a>, <a href="Cartography" title="Cartography">cartography</a>, <a href="Linguistics" title="Linguistics">linguistics</a>, and <a href="Bioinformatics" title="Bioinformatics">bioinformatics</a>.<sup id="cite_ref-1" class="reference"><a href="#cite_note-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup>
</p><p>A drawing of a graph or <b>network diagram</b> is a pictorial representation of the <a href="Vertex_(graph_theory)" title="Vertex (graph theory)">vertices</a> and <a href="Edge_(graph_theory)" class="mw-redirect" title="Edge (graph theory)">edges</a> of a graph. This drawing should not be confused with the graph itself: very different layouts can correspond to the same graph.<sup id="cite_ref-dett6_2-0" class="reference"><a href="#cite_note-dett6-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup> In the abstract, all that matters is which pairs of vertices are connected by edges. In the concrete, however, the arrangement of these vertices and edges within a drawing affects its understandability, usability, fabrication cost, and <a href="Aesthetics" title="Aesthetics">aesthetics</a>.<sup id="cite_ref-dett-viii_3-0" class="reference"><a href="#cite_note-dett-viii-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup> The problem gets worse if the graph changes over time by adding and deleting edges (dynamic graph drawing) and the goal is to preserve the user's mental map.<sup id="cite_ref-FOOTNOTEMisueEadesLaiSugiyama1995_4-0" class="reference"><a href="#cite_note-FOOTNOTEMisueEadesLaiSugiyama1995-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup>
</p>
<meta property="mw:PageProp/toc">
<div class="mw-heading mw-heading2"><h2 id="Graphical_conventions">Graphical conventions</h2></div>
<p>Graphs are frequently drawn as node–link diagrams in which the vertices are represented as disks, boxes, or textual labels and the edges are represented as <a href="Line_segment" title="Line segment">line segments</a>, <a href="Polygonal_chain" title="Polygonal chain">polylines</a>, or curves in the <a href="Euclidean_plane" title="Euclidean plane">Euclidean plane</a>.<sup id="cite_ref-dett-viii_3-1" class="reference"><a href="#cite_note-dett-viii-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup> Node–link diagrams can be traced back to the 14th-16th century works of Pseudo-Lull which were published under the name of <a href="Ramon_Llull" title="Ramon Llull">Ramon Llull</a>, a 13th century polymath. Pseudo-Lull drew diagrams of this type for <a href="Complete_graph" title="Complete graph">complete graphs</a> in order to analyze all pairwise combinations among sets of metaphysical concepts.<sup id="cite_ref-FOOTNOTEKnuth2013_5-0" class="reference"><a href="#cite_note-FOOTNOTEKnuth2013-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup>
</p><p>In the case of <a href="Directed_graph" title="Directed graph">directed graphs</a>, <a href="Arrow_(symbol)" title="Arrow (symbol)">arrowheads</a> form a commonly used graphical convention to show their <a href="Orientability" title="Orientability">orientation</a>;<sup id="cite_ref-dett6_2-1" class="reference"><a href="#cite_note-dett6-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup> however, user studies have shown that other conventions such as tapering provide this information more effectively.<sup id="cite_ref-6" class="reference"><a href="#cite_note-6"><span class="cite-bracket">[</span>6<span class="cite-bracket">]</span></a></sup> <a href="Upward_planar_drawing" title="Upward planar drawing">Upward planar drawing</a> uses the convention that every edge is oriented from a lower vertex to a higher vertex, making arrowheads unnecessary.<sup id="cite_ref-FOOTNOTEGargTamassia1995_7-0" class="reference"><a href="#cite_note-FOOTNOTEGargTamassia1995-7"><span class="cite-bracket">[</span>7<span class="cite-bracket">]</span></a></sup>
</p><p>Alternative conventions to node–link diagrams include adjacency representations such as <a href="Circle_packing_theorem" title="Circle packing theorem">circle packings</a>, in which vertices are represented by disjoint regions in the plane and edges are represented by adjacencies between regions; <a href="Intersection_graph" title="Intersection graph">intersection representations</a> in which vertices are represented by non-disjoint geometric objects and edges are represented by their intersections; <a href="Visibility_graph" title="Visibility graph">visibility representations</a> in which vertices are represented by regions in the plane and edges are represented by regions that have an unobstructed line of sight to each other; confluent drawings, in which edges are represented as smooth curves within mathematical <a href="Train_track_(mathematics)" title="Train track (mathematics)">train tracks</a>; fabrics, in which nodes are represented as horizontal lines and edges as vertical lines;<sup id="cite_ref-Longabaugh_2012_8-0" class="reference"><a href="#cite_note-Longabaugh_2012-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup> and visualizations of the <a href="Adjacency_matrix" title="Adjacency matrix">adjacency matrix</a> of the graph.
</p>
<div class="mw-heading mw-heading2"><h2 id="Quality_measures">Quality measures</h2></div>
<p>Many different quality measures have been defined for graph drawings, in an attempt to find objective means of evaluating their aesthetics and usability.<sup id="cite_ref-9" class="reference"><a href="#cite_note-9"><span class="cite-bracket">[</span>9<span class="cite-bracket">]</span></a></sup> In addition to guiding the choice between different layout methods for the same graph, some layout methods attempt to directly optimize these measures.
</p>
<ul><li>The <a href="Crossing_number_(graph_theory)" title="Crossing number (graph theory)">crossing number</a> of a drawing is the number of pairs of edges that cross each other. If the graph is <a href="Planar_graph" title="Planar graph">planar</a>, then it is often convenient to draw it without any edge intersections; that is, in this case, a graph drawing represents a <a href="Graph_embedding" title="Graph embedding">graph embedding</a>. However, nonplanar graphs frequently arise in applications, so graph drawing algorithms must generally allow for edge crossings.<sup id="cite_ref-10" class="reference"><a href="#cite_note-10"><span class="cite-bracket">[</span>10<span class="cite-bracket">]</span></a></sup></li>
<li>The <a href="Area_(graph_drawing)" title="Area (graph drawing)">area</a> of a drawing is the size of its smallest <a href="Bounding_box" class="mw-redirect" title="Bounding box">bounding box</a>, relative to the closest distance between any two vertices. Drawings with smaller area are generally preferable to those with larger area, because they allow the features of the drawing to be shown at greater size and therefore more legibly. The <a href="Aspect_ratio" title="Aspect ratio">aspect ratio</a> of the bounding box may also be important.</li>
<li>Symmetry display is the problem of finding <a href="Graph_automorphism" title="Graph automorphism">symmetry groups</a> within a given graph, and finding a drawing that displays as much of the symmetry as possible. Some layout methods automatically lead to symmetric drawings; alternatively, some drawing methods start by finding symmetries in the input graph and using them to construct a drawing.<sup id="cite_ref-11" class="reference"><a href="#cite_note-11"><span class="cite-bracket">[</span>11<span class="cite-bracket">]</span></a></sup></li>
<li>It is important that edges have shapes that are as simple as possible, to make it easier for the eye to follow them. In polyline drawings, the complexity of an edge may be measured by its <a href="Bend_minimization" title="Bend minimization">number of bends</a>, and many methods aim to provide drawings with few total bends or few bends per edge. Similarly for spline curves the complexity of an edge may be measured by the number of control points on the edge.</li>
<li>Several commonly used quality measures concern lengths of edges: it is generally desirable to minimize the total length of the edges as well as the maximum length of any edge. Additionally, it may be preferable for the lengths of edges to be uniform rather than highly varied.</li>
<li><a href="Angular_resolution_(graph_drawing)" title="Angular resolution (graph drawing)">Angular resolution</a> is a measure of the sharpest angles in a graph drawing. If a graph has vertices with high <a href="Degree_(graph_theory)" title="Degree (graph theory)">degree</a> then it necessarily will have small angular resolution, but the angular resolution can be bounded below by a function of the degree.<sup id="cite_ref-FOOTNOTEPachSharir2009_12-0" class="reference"><a href="#cite_note-FOOTNOTEPachSharir2009-12"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup></li>
<li>The <a href="Slope_number" title="Slope number">slope number</a> of a graph is the minimum number of distinct edge slopes needed in a drawing with straight line segment edges (allowing crossings). <a href="Cubic_graph" title="Cubic graph">Cubic graphs</a> have slope number at most four, but graphs of degree five may have unbounded slope number; it remains open whether the slope number of degree-4 graphs is bounded.<sup id="cite_ref-FOOTNOTEPachSharir2009_12-1" class="reference"><a href="#cite_note-FOOTNOTEPachSharir2009-12"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup></li></ul>
<div class="mw-heading mw-heading2"><h2 id="Layout_methods">Layout methods</h2></div>
<p>There are many different graph layout strategies:
</p>
<ul><li>In <a href="Force-based_layout" class="mw-redirect" title="Force-based layout">force-based layout</a> systems, the graph drawing software modifies an initial vertex placement by continuously moving the vertices according to a system of forces based on physical metaphors related to systems of <a href="Spring_(device)" title="Spring (device)">springs</a> or <a href="Molecular_mechanics" title="Molecular mechanics">molecular mechanics</a>. Typically, these systems combine attractive forces between adjacent vertices with repulsive forces between all pairs of vertices, in order to seek a layout in which edge lengths are small while vertices are well-separated. These systems may perform <a href="Gradient_descent" title="Gradient descent">gradient descent</a> based minimization of an <a href="Energy_function" class="mw-redirect" title="Energy function">energy function</a>, or they may translate the forces directly into velocities or accelerations for the moving vertices.<sup id="cite_ref-14" class="reference"><a href="#cite_note-14"><span class="cite-bracket">[</span>14<span class="cite-bracket">]</span></a></sup></li>
<li><a href="Spectral_layout" title="Spectral layout">Spectral layout</a> methods use as coordinates the <a href="Eigenvector" class="mw-redirect" title="Eigenvector">eigenvectors</a> of a <a href="Matrix_(mathematics)" title="Matrix (mathematics)">matrix</a> such as the <a href="Discrete_Laplace_operator" title="Discrete Laplace operator">Laplacian</a> derived from the <a href="Adjacency_matrix" title="Adjacency matrix">adjacency matrix</a> of the graph.<sup id="cite_ref-15" class="reference"><a href="#cite_note-15"><span class="cite-bracket">[</span>15<span class="cite-bracket">]</span></a></sup></li>
<li>Orthogonal layout methods, which allow the edges of the graph to run horizontally or vertically, parallel to the coordinate axes of the layout. These methods were originally designed for <a href="VLSI" class="mw-redirect" title="VLSI">VLSI</a> and <a href="Printed_circuit_board" title="Printed circuit board">PCB</a> layout problems but they have also been adapted for graph drawing. They typically involve a multiphase approach in which an input graph is planarized by replacing crossing points by vertices, a topological embedding of the planarized graph is found, edge orientations are chosen to minimize bends, vertices are placed consistently with these orientations, and finally a layout compaction stage reduces the area of the drawing.<sup id="cite_ref-16" class="reference"><a href="#cite_note-16"><span class="cite-bracket">[</span>16<span class="cite-bracket">]</span></a></sup></li>
<li>Tree layout algorithms these show a rooted <a href="Tree_structure" title="Tree structure">tree</a>-like formation, suitable for <a href="Tree_(graph_theory)" title="Tree (graph theory)">trees</a>. Often, in a technique called "balloon layout", the children of each node in the tree are drawn on a circle surrounding the node, with the radii of these circles diminishing at lower levels in the tree so that these circles do not overlap.<sup id="cite_ref-17" class="reference"><a href="#cite_note-17"><span class="cite-bracket">[</span>17<span class="cite-bracket">]</span></a></sup></li>
<li><a href="Layered_graph_drawing" title="Layered graph drawing">Layered graph drawing</a> methods (often called Sugiyama-style drawing) are best suited for <a href="Directed_acyclic_graph" title="Directed acyclic graph">directed acyclic graphs</a> or graphs that are nearly acyclic, such as the graphs of dependencies between modules or functions in a software system. In these methods, the nodes of the graph are arranged into horizontal layers using methods such as the <a href="Coffman%E2%80%93Graham_algorithm" title="Coffman–Graham algorithm">Coffman–Graham algorithm</a>, in such a way that most edges go downwards from one layer to the next; after this step, the nodes within each layer are arranged in order to minimize crossings.<sup id="cite_ref-18" class="reference"><a href="#cite_note-18"><span class="cite-bracket">[</span>18<span class="cite-bracket">]</span></a></sup></li></ul>
<ul><li><a href="Arc_diagram" title="Arc diagram">Arc diagrams</a>, a layout style dating back to the 1960s,<sup id="cite_ref-19" class="reference"><a href="#cite_note-19"><span class="cite-bracket">[</span>19<span class="cite-bracket">]</span></a></sup> place vertices on a line; edges may be drawn as semicircles above or below the line, or as smooth curves linked together from multiple semicircles.</li>
<li><a href="Circular_layout" title="Circular layout">Circular layout</a> methods place the vertices of the graph on a circle, choosing carefully the ordering of the vertices around the circle to reduce crossings and place adjacent vertices close to each other. Edges may be drawn either as chords of the circle or as arcs inside or outside of the circle. In some cases, multiple circles may be used.<sup id="cite_ref-20" class="reference"><a href="#cite_note-20"><span class="cite-bracket">[</span>20<span class="cite-bracket">]</span></a></sup></li>
<li><a href="Dominance_drawing" title="Dominance drawing">Dominance drawing</a> places vertices in such a way that one vertex is upwards, rightwards, or both of another if and only if it is <a href="Reachability" title="Reachability">reachable</a> from the other vertex. In this way, the layout style makes the reachability relation of the graph visually apparent.<sup id="cite_ref-21" class="reference"><a href="#cite_note-21"><span class="cite-bracket">[</span>21<span class="cite-bracket">]</span></a></sup></li></ul>
<div class="mw-heading mw-heading2"><h2 id="Application-specific_graph_drawings">Application-specific graph drawings</h2></div>
<p>Graphs and graph drawings arising in other areas of application include
</p>
<ul><li><a href="Sociogram" title="Sociogram">Sociograms</a>, drawings of a <a href="Social_network" title="Social network">social network</a>, as often offered by <a href="Social_network_analysis_software" title="Social network analysis software">social network analysis software</a><sup id="cite_ref-22" class="reference"><a href="#cite_note-22"><span class="cite-bracket">[</span>22<span class="cite-bracket">]</span></a></sup></li>
<li><a href="Hasse_diagram" title="Hasse diagram">Hasse diagrams</a>, a type of graph drawing specialized to <a href="Partial_order" class="mw-redirect" title="Partial order">partial orders</a><sup id="cite_ref-23" class="reference"><a href="#cite_note-23"><span class="cite-bracket">[</span>23<span class="cite-bracket">]</span></a></sup></li>
<li><a href="Dessin_d'enfant" title="Dessin d'enfant">Dessin d'enfants</a>, a type of graph drawing used in <a href="Algebraic_geometry" title="Algebraic geometry">algebraic geometry</a><sup id="cite_ref-FOOTNOTEZapponi2003_24-0" class="reference"><a href="#cite_note-FOOTNOTEZapponi2003-24"><span class="cite-bracket">[</span>24<span class="cite-bracket">]</span></a></sup></li>
<li><a href="State_diagram" title="State diagram">State diagrams</a>, graphical representations of <a href="Finite-state_machine" title="Finite-state machine">finite-state machines</a><sup id="cite_ref-FOOTNOTEAndersonHead2006_25-0" class="reference"><a href="#cite_note-FOOTNOTEAndersonHead2006-25"><span class="cite-bracket">[</span>25<span class="cite-bracket">]</span></a></sup></li>
<li><a href="Computer_network_diagram" title="Computer network diagram">Computer network diagrams</a>, depictions of the nodes and connections in a <a href="Computer_network" title="Computer network">computer network</a><sup id="cite_ref-FOOTNOTEDi_BattistaRimondini2014_26-0" class="reference"><a href="#cite_note-FOOTNOTEDi_BattistaRimondini2014-26"><span class="cite-bracket">[</span>26<span class="cite-bracket">]</span></a></sup></li>
<li><a href="Flowchart" title="Flowchart">Flowcharts</a> and <a href="DRAKON" title="DRAKON">drakon-charts</a>, drawings in which the nodes represent the steps of an <a href="Algorithm" title="Algorithm">algorithm</a> and the edges represent <a href="Control_flow" title="Control flow">control flow</a> between steps.</li>
<li><a href="Project_network" title="Project network">Project network</a>, graphical depiction of the chronological order in which activities of a <a href="Project_management" title="Project management">project</a> are to be completed.</li>
<li><a href="Data-flow_diagram" title="Data-flow diagram">Data-flow diagrams</a>, drawings in which the nodes represent the components of an <a href="Information_system" title="Information system">information system</a> and the edges represent the movement of information from one component to another.</li>
<li><a href="Bioinformatics" title="Bioinformatics">Bioinformatics</a> including <a href="Phylogenetic_tree" title="Phylogenetic tree">phylogenetic trees</a>, <a href="Protein%E2%80%93protein_interaction" title="Protein–protein interaction">protein–protein interaction</a> networks, and <a href="Metabolic_pathway" title="Metabolic pathway">metabolic pathways</a>.<sup id="cite_ref-FOOTNOTEBachmaierBrandesSchreiber2014_27-0" class="reference"><a href="#cite_note-FOOTNOTEBachmaierBrandesSchreiber2014-27"><span class="cite-bracket">[</span>27<span class="cite-bracket">]</span></a></sup></li></ul>
<p>In addition, the <a href="Placement_(electronic_design_automation)" title="Placement (electronic design automation)">placement</a> and <a href="Routing_(electronic_design_automation)" title="Routing (electronic design automation)">routing</a> steps of <a href="Electronic_design_automation" title="Electronic design automation">electronic design automation</a> (EDA) are similar in many ways to graph drawing, as is the problem of <a href="Greedy_embedding" title="Greedy embedding">greedy embedding</a> in <a href="Distributed_computing" title="Distributed computing">distributed computing</a>, and the graph drawing literature includes several results borrowed from the EDA literature. However, these problems also differ in several important ways: for instance, in EDA, area minimization and signal length are more important than aesthetics, and the routing problem in EDA may have more than two terminals per net while the analogous problem in graph drawing generally only involves pairs of vertices for each edge.
</p>
<div class="mw-heading mw-heading2"><h2 id="Graph_drawing_algorithms">Graph drawing algorithms</h2></div>
<p>There are many algorithms for graph drawing. Among them are:
</p>
<ul><li>The Reingold-Tilford algorithm for tree drawing.<sup id="cite_ref-FOOTNOTEReingoldTilford1981_28-0" class="reference"><a href="#cite_note-FOOTNOTEReingoldTilford1981-28"><span class="cite-bracket">[</span>28<span class="cite-bracket">]</span></a></sup></li>
<li>Kant's algorithm,<sup id="cite_ref-FOOTNOTEKant1992_29-0" class="reference"><a href="#cite_note-FOOTNOTEKant1992-29"><span class="cite-bracket">[</span>29<span class="cite-bracket">]</span></a></sup> which constructs a polyline drawing of a 3-connected planar graph such that the size of the minimal angle among arcs is at least <span class="mwe-math-element mwe-math-element-inline"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle {\frac {1}{d}}\pi }">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mrow class="MJX-TeXAtom-ORD">
<mfrac>
<mn>1</mn>
<mi>d</mi>
</mfrac>
</mrow>
<mi>π<!-- π --></mi>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle {\frac {1}{d}}\pi }</annotation>
</semantics>
</math></span><img src="./52843840f0191d64ef32a9e5c52f1b2ce8a30f70.svg" class="mwe-math-fallback-image-inline mw-invert skin-invert" aria-hidden="true" style="vertical-align: -2.005ex; width:3.384ex; height:5.343ex;" alt="{\displaystyle {\frac {1}{d}}\pi }" loading="lazy"></span>, where <i>d</i> is the maximal node degree; and its generaliztion, that also works well for other planar graphs, by Gutwenger and Mutzel.<sup id="cite_ref-FOOTNOTEGutwengerMutzel1998_30-0" class="reference"><a href="#cite_note-FOOTNOTEGutwengerMutzel1998-30"><span class="cite-bracket">[</span>30<span class="cite-bracket">]</span></a></sup></li>
<li>Tamassia's algorithm for minimizing the number of bends in an orthogonal representation of a planar graph.<sup id="cite_ref-FOOTNOTETamassia1987_31-0" class="reference"><a href="#cite_note-FOOTNOTETamassia1987-31"><span class="cite-bracket">[</span>31<span class="cite-bracket">]</span></a></sup></li>
<li>The Magnetic Spring Model by Sugiyama and Misue.<sup id="cite_ref-FOOTNOTESugiyamaMisue1995_32-0" class="reference"><a href="#cite_note-FOOTNOTESugiyamaMisue1995-32"><span class="cite-bracket">[</span>32<span class="cite-bracket">]</span></a></sup></li></ul>
<div class="mw-heading mw-heading2"><h2 id="Software">Software</h2></div>
<p>Software, systems, and providers of systems for drawing graphs include:
</p><ul><li><a href="BioFabric" title="BioFabric">BioFabric</a> open-source software for visualizing large networks by drawing nodes as horizontal lines.</li>
<li><a href="Cytoscape" title="Cytoscape">Cytoscape</a>, open-source software for visualizing molecular interaction networks</li>
<li><a href="Gephi" title="Gephi">Gephi</a>, open-source network analysis and visualization software</li>
<li><a href="Graph-tool" title="Graph-tool">graph-tool</a>, a <a href="Free_Software" class="mw-redirect" title="Free Software">free/libre</a> <a href="Python_(programming_language)" title="Python (programming language)">Python</a> library for analysis of graphs</li>
<li><a href="Graphviz" title="Graphviz">Graphviz</a>, an open-source graph drawing system from <a href="AT%26T_Corporation" title="AT&T Corporation">AT&T Corporation</a><sup id="cite_ref-33" class="reference"><a href="#cite_note-33"><span class="cite-bracket">[</span>33<span class="cite-bracket">]</span></a></sup></li>
<li><a href="Linkurious" title="Linkurious">Linkurious</a>, a commercial network analysis and visualization software for <a href="Graph_databases" class="mw-redirect" title="Graph databases">graph databases</a></li>
<li><a href="Mathematica" class="mw-redirect" title="Mathematica">Mathematica</a>, a general-purpose computation tool that includes 2D and 3D graph visualization and graph analysis tools.<sup id="cite_ref-34" class="reference"><a href="#cite_note-34"><span class="cite-bracket">[</span>34<span class="cite-bracket">]</span></a></sup></li>
<li><a href="Microsoft_Automatic_Graph_Layout" title="Microsoft Automatic Graph Layout">Microsoft Automatic Graph Layout</a>, open-source .NET library (formerly called GLEE) for laying out graphs<sup id="cite_ref-35" class="reference"><a href="#cite_note-35"><span class="cite-bracket">[</span>35<span class="cite-bracket">]</span></a></sup></li>
<li><a href="NetworkX" title="NetworkX">NetworkX</a> is a Python library for studying graphs and networks.</li>
<li><a href="Tulip_(software)" title="Tulip (software)">Tulip</a>,<sup id="cite_ref-36" class="reference"><a href="#cite_note-36"><span class="cite-bracket">[</span>36<span class="cite-bracket">]</span></a></sup> an open-source data visualization tool</li>
<li><a href="YEd" title="YEd">yEd</a>, a graph editor with graph layout functionality<sup id="cite_ref-37" class="reference"><a href="#cite_note-37"><span class="cite-bracket">[</span>37<span class="cite-bracket">]</span></a></sup></li>
<li><a href="PGF/TikZ" title="PGF/TikZ">PGF/TikZ</a> 3.0 with the <code>graphdrawing</code> package (requires <a href="LuaTeX" title="LuaTeX">LuaTeX</a>).<sup id="cite_ref-38" class="reference"><a href="#cite_note-38"><span class="cite-bracket">[</span>38<span class="cite-bracket">]</span></a></sup></li>
<li><a href="LaNet-vi" title="LaNet-vi">LaNet-vi</a>, an open-source large network visualization software</li>
<li><a href="Open_Graph_Drawing_Framework" title="Open Graph Drawing Framework">OGDF</a>, an open-source library of C++ data structures and algorithms, mostly for graph drawing</li></ul>
<div class="mw-heading mw-heading2"><h2 id="See_also">See also</h2></div>
<ul><li><a href="International_Symposium_on_Graph_Drawing" title="International Symposium on Graph Drawing">International Symposium on Graph Drawing</a></li>
<li><a href="List_of_Unified_Modeling_Language_tools" title="List of Unified Modeling Language tools">List of Unified Modeling Language tools</a></li></ul>
<div class="mw-heading mw-heading2"><h2 id="References">References</h2></div>
<div class="mw-heading mw-heading3"><h3 id="Footnotes">Footnotes</h3></div>
<style data-mw-deduplicate="TemplateStyles:r1239543626">
/* start https://en.wikipedia.org/ */
.mw-parser-output .reflist{margin-bottom:0.5em;list-style-type:decimal}@media screen{.mw-parser-output .reflist{font-size:90%}}.mw-parser-output .reflist .references{font-size:100%;margin-bottom:0;list-style-type:inherit}.mw-parser-output .reflist-columns-2{column-width:30em}.mw-parser-output .reflist-columns-3{column-width:25em}.mw-parser-output .reflist-columns{margin-top:0.3em}.mw-parser-output .reflist-columns ol{margin-top:0}.mw-parser-output .reflist-columns li{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .reflist-upper-alpha{list-style-type:upper-alpha}.mw-parser-output .reflist-upper-roman{list-style-type:upper-roman}.mw-parser-output .reflist-lower-alpha{list-style-type:lower-alpha}.mw-parser-output .reflist-lower-greek{list-style-type:lower-greek}.mw-parser-output .reflist-lower-roman{list-style-type:lower-roman}
/* end https://en.wikipedia.org/ */
</style><div class="reflist reflist-columns references-column-width" style="column-width: 30em;">
<ol class="references">
<li id="cite_note-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-1">^</a></b></span> <span class="reference-text"><a href="#CITEREFDi_BattistaEadesTamassiaTollis1998">Di Battista et al. (1998)</a>, pp. vii–viii; <a href="#CITEREFHermanMelançonMarshall2000">Herman, Melançon & Marshall (2000)</a>, Section 1.1, "Typical Application Areas".</span>
</li>
<li id="cite_note-dett6-2"><span class="mw-cite-backlink">^ <a href="#cite_ref-dett6_2-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-dett6_2-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><a href="#CITEREFDi_BattistaEadesTamassiaTollis1998">Di Battista et al. (1998)</a>, p. 6.</span>
</li>
<li id="cite_note-dett-viii-3"><span class="mw-cite-backlink">^ <a href="#cite_ref-dett-viii_3-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-dett-viii_3-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><a href="#CITEREFDi_BattistaEadesTamassiaTollis1998">Di Battista et al. (1998)</a>, p. viii.</span>
</li>
<li id="cite_note-FOOTNOTEMisueEadesLaiSugiyama1995-4"><span class="mw-cite-backlink"><b><a href="#cite_ref-FOOTNOTEMisueEadesLaiSugiyama1995_4-0">^</a></b></span> <span class="reference-text"><a href="#CITEREFMisueEadesLaiSugiyama1995">Misue et al. (1995)</a>.</span>
</li>
<li id="cite_note-FOOTNOTEKnuth2013-5"><span class="mw-cite-backlink"><b><a href="#cite_ref-FOOTNOTEKnuth2013_5-0">^</a></b></span> <span class="reference-text"><a href="#CITEREFKnuth2013">Knuth (2013)</a>.</span>
</li>
<li id="cite_note-6"><span class="mw-cite-backlink"><b><a href="#cite_ref-6">^</a></b></span> <span class="reference-text"><a href="#CITEREFHoltenvan_Wijk2009">Holten & van Wijk (2009)</a>; <a href="#CITEREFHoltenIsenbergvan_WijkFekete2011">Holten et al. (2011)</a>.</span>
</li>
<li id="cite_note-FOOTNOTEGargTamassia1995-7"><span class="mw-cite-backlink"><b><a href="#cite_ref-FOOTNOTEGargTamassia1995_7-0">^</a></b></span> <span class="reference-text"><a href="#CITEREFGargTamassia1995">Garg & Tamassia (1995)</a>.</span>
</li>
<li id="cite_note-Longabaugh_2012-8"><span class="mw-cite-backlink"><b><a href="#cite_ref-Longabaugh_2012_8-0">^</a></b></span> <span class="reference-text"><a href="#CITEREFLongabaugh2012">Longabaugh (2012)</a>.</span>
</li>
<li id="cite_note-9"><span class="mw-cite-backlink"><b><a href="#cite_ref-9">^</a></b></span> <span class="reference-text"><a href="#CITEREFDi_BattistaEadesTamassiaTollis1998">Di Battista et al. (1998)</a>, Section 2.1.2, Aesthetics, pp. 14–16; <a href="#CITEREFPurchaseCohenJames1997">Purchase, Cohen & James (1997)</a>.</span>
</li>
<li id="cite_note-10"><span class="mw-cite-backlink"><b><a href="#cite_ref-10">^</a></b></span> <span class="reference-text"><a href="#CITEREFDi_BattistaEadesTamassiaTollis1998">Di Battista et al. (1998)</a>, p 14.</span>
</li>
<li id="cite_note-11"><span class="mw-cite-backlink"><b><a href="#cite_ref-11">^</a></b></span> <span class="reference-text"><a href="#CITEREFDi_BattistaEadesTamassiaTollis1998">Di Battista et al. (1998)</a>, p. 16.</span>
</li>
<li id="cite_note-FOOTNOTEPachSharir2009-12"><span class="mw-cite-backlink">^ <a href="#cite_ref-FOOTNOTEPachSharir2009_12-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-FOOTNOTEPachSharir2009_12-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><a href="#CITEREFPachSharir2009">Pach & Sharir (2009)</a>.</span>
</li>
<li id="cite_note-FOOTNOTEGrandjean2014-13"><span class="mw-cite-backlink"><b><a href="#cite_ref-FOOTNOTEGrandjean2014_13-0">^</a></b></span> <span class="reference-text"><a href="#CITEREFGrandjean2014">Grandjean (2014)</a>.</span>
</li>
<li id="cite_note-14"><span class="mw-cite-backlink"><b><a href="#cite_ref-14">^</a></b></span> <span class="reference-text"><a href="#CITEREFDi_BattistaEadesTamassiaTollis1998">Di Battista et al. (1998)</a>, Section 2.7, "The Force-Directed Approach", pp. 29–30, and Chapter 10, "Force-Directed Methods", pp. 303–326.</span>
</li>
<li id="cite_note-15"><span class="mw-cite-backlink"><b><a href="#cite_ref-15">^</a></b></span> <span class="reference-text"><a href="#CITEREFBeckman1994">Beckman (1994)</a>; <a href="#CITEREFKoren2005">Koren (2005)</a>.</span>
</li>
<li id="cite_note-16"><span class="mw-cite-backlink"><b><a href="#cite_ref-16">^</a></b></span> <span class="reference-text"><a href="#CITEREFDi_BattistaEadesTamassiaTollis1998">Di Battista et al. (1998)</a>, Chapter 5, "Flow and Orthogonal Drawings", pp. 137–170; <a href="#CITEREFEiglspergerFeketeKlau2001">Eiglsperger, Fekete & Klau (2001)</a>.</span>
</li>
<li id="cite_note-17"><span class="mw-cite-backlink"><b><a href="#cite_ref-17">^</a></b></span> <span class="reference-text"><a href="#CITEREFHermanMelançonMarshall2000">Herman, Melançon & Marshall (2000)</a>, Section 2.2, "Traditional Layout – An Overview".</span>
</li>
<li id="cite_note-18"><span class="mw-cite-backlink"><b><a href="#cite_ref-18">^</a></b></span> <span class="reference-text"><a href="#CITEREFSugiyamaTagawaToda1981">Sugiyama, Tagawa & Toda (1981)</a>; <a href="#CITEREFBastertMatuszewski2001">Bastert & Matuszewski (2001)</a>; <a href="#CITEREFDi_BattistaEadesTamassiaTollis1998">Di Battista et al. (1998)</a>, Chapter 9, "Layered Drawings of Digraphs", pp. 265–302.</span>
</li>
<li id="cite_note-19"><span class="mw-cite-backlink"><b><a href="#cite_ref-19">^</a></b></span> <span class="reference-text"><a href="#CITEREFSaaty1964">Saaty (1964)</a>.</span>
</li>
<li id="cite_note-20"><span class="mw-cite-backlink"><b><a href="#cite_ref-20">^</a></b></span> <span class="reference-text"><a href="#CITEREFDoğrusözMaddenMadden1997">Doğrusöz, Madden & Madden (1997)</a>.</span>
</li>
<li id="cite_note-21"><span class="mw-cite-backlink"><b><a href="#cite_ref-21">^</a></b></span> <span class="reference-text"><a href="#CITEREFDi_BattistaEadesTamassiaTollis1998">Di Battista et al. (1998)</a>, Section 4.7, "Dominance Drawings", pp. 112–127.</span>
</li>
<li id="cite_note-22"><span class="mw-cite-backlink"><b><a href="#cite_ref-22">^</a></b></span> <span class="reference-text"><a href="#CITEREFScott2000">Scott (2000)</a>; <a href="#CITEREFBrandesFreemanWagner2014">Brandes, Freeman & Wagner (2014)</a>.</span>
</li>
<li id="cite_note-23"><span class="mw-cite-backlink"><b><a href="#cite_ref-23">^</a></b></span> <span class="reference-text"><a href="#CITEREFDi_BattistaEadesTamassiaTollis1998">Di Battista et al. (1998)</a>, pp. 15–16, and Chapter 6, "Flow and Upward Planarity", pp. 171–214; <a href="#CITEREFFreese2004">Freese (2004)</a>.</span>
</li>
<li id="cite_note-FOOTNOTEZapponi2003-24"><span class="mw-cite-backlink"><b><a href="#cite_ref-FOOTNOTEZapponi2003_24-0">^</a></b></span> <span class="reference-text"><a href="#CITEREFZapponi2003">Zapponi (2003)</a>.</span>
</li>
<li id="cite_note-FOOTNOTEAndersonHead2006-25"><span class="mw-cite-backlink"><b><a href="#cite_ref-FOOTNOTEAndersonHead2006_25-0">^</a></b></span> <span class="reference-text"><a href="#CITEREFAndersonHead2006">Anderson & Head (2006)</a>.</span>
</li>
<li id="cite_note-FOOTNOTEDi_BattistaRimondini2014-26"><span class="mw-cite-backlink"><b><a href="#cite_ref-FOOTNOTEDi_BattistaRimondini2014_26-0">^</a></b></span> <span class="reference-text"><a href="#CITEREFDi_BattistaRimondini2014">Di Battista & Rimondini (2014)</a>.</span>
</li>
<li id="cite_note-FOOTNOTEBachmaierBrandesSchreiber2014-27"><span class="mw-cite-backlink"><b><a href="#cite_ref-FOOTNOTEBachmaierBrandesSchreiber2014_27-0">^</a></b></span> <span class="reference-text"><a href="#CITEREFBachmaierBrandesSchreiber2014">Bachmaier, Brandes & Schreiber (2014)</a>.</span>
</li>
<li id="cite_note-FOOTNOTEReingoldTilford1981-28"><span class="mw-cite-backlink"><b><a href="#cite_ref-FOOTNOTEReingoldTilford1981_28-0">^</a></b></span> <span class="reference-text"><a href="#CITEREFReingoldTilford1981">Reingold & Tilford (1981)</a>.</span>
</li>
<li id="cite_note-FOOTNOTEKant1992-29"><span class="mw-cite-backlink"><b><a href="#cite_ref-FOOTNOTEKant1992_29-0">^</a></b></span> <span class="reference-text"><a href="#CITEREFKant1992">Kant (1992)</a>.</span>
</li>
<li id="cite_note-FOOTNOTEGutwengerMutzel1998-30"><span class="mw-cite-backlink"><b><a href="#cite_ref-FOOTNOTEGutwengerMutzel1998_30-0">^</a></b></span> <span class="reference-text"><a href="#CITEREFGutwengerMutzel1998">Gutwenger & Mutzel (1998)</a>.</span>
</li>
<li id="cite_note-FOOTNOTETamassia1987-31"><span class="mw-cite-backlink"><b><a href="#cite_ref-FOOTNOTETamassia1987_31-0">^</a></b></span> <span class="reference-text"><a href="#CITEREFTamassia1987">Tamassia (1987)</a>.</span>
</li>
<li id="cite_note-FOOTNOTESugiyamaMisue1995-32"><span class="mw-cite-backlink"><b><a href="#cite_ref-FOOTNOTESugiyamaMisue1995_32-0">^</a></b></span> <span class="reference-text"><a href="#CITEREFSugiyamaMisue1995">Sugiyama & Misue (1995)</a>.</span>
</li>
<li id="cite_note-33"><span class="mw-cite-backlink"><b><a href="#cite_ref-33">^</a></b></span> <span class="reference-text">"Graphviz and Dynagraph – Static and Dynamic Graph Drawing Tools", by John Ellson, Emden R. Gansner, Eleftherios Koutsofios, Stephen C. North, and Gordon Woodhull, in <a href="#CITEREFJüngerMutzel2004">Jünger & Mutzel (2004)</a>.</span>
</li>
<li id="cite_note-34"><span class="mw-cite-backlink"><b><a href="#cite_ref-34">^</a></b></span> <span class="reference-text"><style data-mw-deduplicate="TemplateStyles:r1238218222">
/* start https://en.wikipedia.org/ */
.mw-parser-output cite.citation{font-style:inherit;word-wrap:break-word}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation:target{background-color:rgba(0,127,255,0.133)}.mw-parser-output .id-lock-free.id-lock-free a{background:url("./mw/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited.id-lock-limited a,.mw-parser-output .id-lock-registration.id-lock-registration a{background:url("./mw/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription.id-lock-subscription a{background:url("./mw/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-ws-icon a{background:url("./mw/Wikisource-logo.svg")right 0.1em center/12px no-repeat}body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-free a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-limited a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-registration a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-subscription a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .cs1-ws-icon a{background-size:contain;padding:0 1em 0 0}.mw-parser-output .cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;color:var(--color-error,#d33)}.mw-parser-output .cs1-visible-error{color:var(--color-error,#d33)}.mw-parser-output .cs1-maint{display:none;color:#085;margin-left:0.3em}.mw-parser-output .cs1-kern-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}@media screen{.mw-parser-output .cs1-format{font-size:95%}html.skin-theme-clientpref-night .mw-parser-output .cs1-maint{color:#18911f}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .cs1-maint{color:#18911f}}
/* end https://en.wikipedia.org/ */
</style><cite class="citation cs2"><a rel="nofollow" class="external text" href="http://reference.wolfram.com/mathematica/tutorial/GraphDrawingIntroduction.html">"Introduction to graph drawing"</a>, <i>Wolfram Language & System Documentation Center</i><span class="reference-accessdate">, retrieved <span class="nowrap">2024-03-21</span></span></cite></span>
</li>
<li id="cite_note-35"><span class="mw-cite-backlink"><b><a href="#cite_ref-35">^</a></b></span> <span class="reference-text"><a href="#CITEREFNachmansonRobertsonLee2008">Nachmanson, Robertson & Lee (2008)</a>.</span>
</li>
<li id="cite_note-36"><span class="mw-cite-backlink"><b><a href="#cite_ref-36">^</a></b></span> <span class="reference-text">"Tulip – A Huge Graph Visualization Framework", by David Auber, in <a href="#CITEREFJüngerMutzel2004">Jünger & Mutzel (2004)</a>.</span>
</li>
<li id="cite_note-37"><span class="mw-cite-backlink"><b><a href="#cite_ref-37">^</a></b></span> <span class="reference-text">"yFiles – Visualization and Automatic Layout of Graphs", by Roland Wiese, Markus Eiglsperger, and Michael Kaufmann, in <a href="#CITEREFJüngerMutzel2004">Jünger & Mutzel (2004)</a>.</span>
</li>
<li id="cite_note-38"><span class="mw-cite-backlink"><b><a href="#cite_ref-38">^</a></b></span> <span class="reference-text"><a href="#CITEREFTantau2013">Tantau (2013)</a>; see also the older <a rel="nofollow" class="external text" href="http://www.tcs.uni-luebeck.de/downloads/mitarbeiter/tantau/2012-gd-presentation.pdf">GD 2012 presentation</a> <a rel="nofollow" class="external text" href="https://web.archive.org/web/20160527034523/http://www.tcs.uni-luebeck.de/downloads/mitarbeiter/tantau/2012-gd-presentation.pdf">Archived</a> 2016-05-27 at the <a href="Wayback_Machine" title="Wayback Machine">Wayback Machine</a></span>
</li>
</ol></div>
<div class="mw-heading mw-heading3"><h3 id="General_references">General references</h3></div>
<style data-mw-deduplicate="TemplateStyles:r1239549316">
/* start https://en.wikipedia.org/ */
.mw-parser-output .refbegin{margin-bottom:0.5em}.mw-parser-output .refbegin-hanging-indents>ul{margin-left:0}.mw-parser-output .refbegin-hanging-indents>ul>li{margin-left:0;padding-left:3.2em;text-indent:-3.2em}.mw-parser-output .refbegin-hanging-indents ul,.mw-parser-output .refbegin-hanging-indents ul li{list-style:none}@media(max-width:720px){.mw-parser-output .refbegin-hanging-indents>ul>li{padding-left:1.6em;text-indent:-1.6em}}.mw-parser-output .refbegin-columns{margin-top:0.3em}.mw-parser-output .refbegin-columns ul{margin-top:0}.mw-parser-output .refbegin-columns li{page-break-inside:avoid;break-inside:avoid-column}@media screen{.mw-parser-output .refbegin{font-size:90%}}
/* end https://en.wikipedia.org/ */
</style><div class="refbegin refbegin-columns references-column-width" style="column-width: 30em">
<ul><li><cite id="CITEREFDi_BattistaEadesTamassiaTollis1998" class="citation cs2">Di Battista, Giuseppe; <a href="Peter_Eades" title="Peter Eades">Eades, Peter</a>; <a href="Roberto_Tamassia" title="Roberto Tamassia">Tamassia, Roberto</a>; Tollis, Ioannis G. (1998), <i>Graph Drawing: Algorithms for the Visualization of Graphs</i>, <a href="Prentice_Hall" title="Prentice Hall">Prentice Hall</a>, <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>978-0-13-301615-4</bdi></cite>.</li>
<li><cite id="CITEREFHermanMelançonMarshall2000" class="citation cs2">Herman, Ivan; Melançon, Guy; Marshall, M. Scott (2000), "Graph Visualization and Navigation in Information Visualization: A Survey", <i>IEEE Transactions on Visualization and Computer Graphics</i>, <b>6</b> (1): <span class="nowrap">24–</span>43, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1109%2F2945.841119">10.1109/2945.841119</a></cite>.</li>
<li><cite id="CITEREFJüngerMutzel2004" class="citation cs2">Jünger, Michael; <a href="Petra_Mutzel" title="Petra Mutzel">Mutzel, Petra</a> (2004), <i>Graph Drawing Software</i>, Springer-Verlag, <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>978-3-540-00881-1</bdi></cite>.</li></ul>
</div>
<div class="mw-heading mw-heading3"><h3 id="Specialized_subtopics">Specialized subtopics</h3></div>
<div class="refbegin refbegin-columns references-column-width" style="column-width: 30em">
<ul><li><cite id="CITEREFAndersonHead2006" class="citation cs2">Anderson, James Andrew; Head, Thomas J. (2006), <a rel="nofollow" class="external text" href="https://books.google.com/books?id=ikS8BLdLDxIC&pg=PA38"><i>Automata Theory with Modern Applications</i></a>, Cambridge University Press, pp. <span class="nowrap">38–</span>41, <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>978-0-521-84887-9</bdi></cite>.</li>
<li><cite id="CITEREFBachmaierBrandesSchreiber2014" class="citation cs2">Bachmaier, Christian; <a href="Ulrik_Brandes" title="Ulrik Brandes">Brandes, Ulrik</a>; Schreiber, Falk (2014), "Biological Networks", in <a href="Roberto_Tamassia" title="Roberto Tamassia">Tamassia, Roberto</a> (ed.), <i>Handbook of Graph Drawing and Visualization</i>, CRC Press, pp. <span class="nowrap">621–</span>651</cite>.</li>
<li><cite id="CITEREFBastertMatuszewski2001" class="citation cs2">Bastert, Oliver; Matuszewski, Christian (2001), "Layered drawings of digraphs", in Kaufmann, Michael; <a href="Dorothea_Wagner" title="Dorothea Wagner">Wagner, Dorothea</a> (eds.), <i>Drawing Graphs: Methods and Models</i>, Lecture Notes in Computer Science, vol. 2025, Springer-Verlag, pp. <span class="nowrap">87–</span>120, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1007%2F3-540-44969-8_5">10.1007/3-540-44969-8_5</a>, <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>978-3-540-42062-0</bdi></cite>.</li>
<li><cite id="CITEREFBeckman1994" class="citation cs2">Beckman, Brian (1994), <a rel="nofollow" class="external text" href="http://research.microsoft.com/apps/pubs/default.aspx?id=69611"><i>Theory of Spectral Graph Layout</i></a>, Tech. Report MSR-TR-94-04, Microsoft Research, <a rel="nofollow" class="external text" href="https://web.archive.org/web/20160401054322/http://research.microsoft.com/apps/pubs/default.aspx?id=69611">archived</a> from the original on 2016-04-01<span class="reference-accessdate">, retrieved <span class="nowrap">2011-09-17</span></span></cite>.</li>
<li><cite id="CITEREFBrandesFreemanWagner2014" class="citation cs2"><a href="Ulrik_Brandes" title="Ulrik Brandes">Brandes, Ulrik</a>; Freeman, Linton C.; <a href="Dorothea_Wagner" title="Dorothea Wagner">Wagner, Dorothea</a> (2014), "Social Networks", in <a href="Roberto_Tamassia" title="Roberto Tamassia">Tamassia, Roberto</a> (ed.), <i>Handbook of Graph Drawing and Visualization</i>, CRC Press, pp. <span class="nowrap">805–</span>839</cite>.</li>
<li><cite id="CITEREFDi_BattistaRimondini2014" class="citation cs2">Di Battista, Giuseppe; Rimondini, Massimo (2014), "Computer Networks", in <a href="Roberto_Tamassia" title="Roberto Tamassia">Tamassia, Roberto</a> (ed.), <i>Handbook of Graph Drawing and Visualization</i>, CRC Press, pp. <span class="nowrap">763–</span>803</cite>.</li>
<li><cite id="CITEREFDoğrusözMaddenMadden1997" class="citation cs2">Doğrusöz, Uğur; Madden, Brendan; Madden, Patrick (1997), "Circular layout in the Graph Layout toolkit", in North, Stephen (ed.), <a href="International_Symposium_on_Graph_Drawing" title="International Symposium on Graph Drawing"><i>Symposium on Graph Drawing, GD '96 Berkeley, California, USA, September 18–20, 1996, Proceedings</i></a>, Lecture Notes in Computer Science, vol. 1190, Springer-Verlag, pp. <span class="nowrap">92–</span>100, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1007%2F3-540-62495-3_40">10.1007/3-540-62495-3_40</a></span>, <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>978-3-540-62495-0</bdi></cite>.</li>
<li><cite id="CITEREFEiglspergerFeketeKlau2001" class="citation cs2">Eiglsperger, Markus; Fekete, Sándor; Klau, Gunnar (2001), "Orthogonal graph drawing", in Kaufmann, Michael; <a href="Dorothea_Wagner" title="Dorothea Wagner">Wagner, Dorothea</a> (eds.), <i>Drawing Graphs</i>, Lecture Notes in Computer Science, vol. 2025, Springer Berlin / Heidelberg, pp. <span class="nowrap">121–</span>171, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1007%2F3-540-44969-8_6">10.1007/3-540-44969-8_6</a>, <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>978-3-540-42062-0</bdi></cite>.</li>
<li><cite id="CITEREFFreese2004" class="citation cs2">Freese, Ralph (2004), "Automated lattice drawing", in Eklund, Peter (ed.), <a rel="nofollow" class="external text" href="http://www.math.hawaii.edu/~ralph/Preprints/latdrawing.pdf"><i>Concept Lattices: Second International Conference on Formal Concept Analysis, ICFCA 2004, Sydney, Australia, February 23-26, 2004, Proceedings</i></a> <span class="cs1-format">(PDF)</span>, Lecture Notes in Computer Science, vol. 2961, Springer-Verlag, pp. <span class="nowrap">589–</span>590, <a href="CiteSeerX_(identifier)" class="mw-redirect" title="CiteSeerX (identifier)">CiteSeerX</a> <span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.69.6245">10.1.1.69.6245</a></span>, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1007%2F978-3-540-24651-0_12">10.1007/978-3-540-24651-0_12</a>, <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>978-3-540-21043-6</bdi>, <a rel="nofollow" class="external text" href="http://arquivo.pt/wayback/20160314184411/http://www.math.hawaii.edu/~ralph/Preprints/latdrawing.pdf">archived</a> <span class="cs1-format">(PDF)</span> from the original on 2016-03-14<span class="reference-accessdate">, retrieved <span class="nowrap">2011-09-17</span></span></cite>.</li>
<li><cite id="CITEREFGargTamassia1995" class="citation cs2">Garg, Ashim; Tamassia, Roberto (1995), "Upward planarity testing", <i><a href="Order_(journal)" title="Order (journal)">Order</a></i>, <b>12</b> (2): <span class="nowrap">109–</span>133, <a href="CiteSeerX_(identifier)" class="mw-redirect" title="CiteSeerX (identifier)">CiteSeerX</a> <span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.10.2237">10.1.1.10.2237</a></span>, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1007%2FBF01108622">10.1007/BF01108622</a>, <a href="MR_(identifier)" class="mw-redirect" title="MR (identifier)">MR</a> <a rel="nofollow" class="external text" href="https://mathscinet.ams.org/mathscinet-getitem?mr=1354797">1354797</a>, <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a> <a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:14183717">14183717</a></cite>.</li>
<li><cite id="CITEREFGrandjean2014" class="citation cs2">Grandjean, Martin (2014), <a rel="nofollow" class="external text" href="http://www.cairn.info/resume.php?ID_ARTICLE=LCN_103_0037">"La connaissance est un réseau"</a>, <i>Les Cahiers du Numérique</i>, <b>10</b> (3): <span class="nowrap">37–</span>54, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.3166%2Flcn.10.3.37-54">10.3166/lcn.10.3.37-54</a>, <a rel="nofollow" class="external text" href="https://web.archive.org/web/20150627140457/http://www.cairn.info/resume.php?ID_ARTICLE=LCN_103_0037">archived</a> from the original on 2015-06-27<span class="reference-accessdate">, retrieved <span class="nowrap">2014-10-15</span></span></cite>.</li>
<li><cite id="CITEREFGutwengerMutzel1998" class="citation conference cs1">Gutwenger, Carsten; Mutzel, Petra (1998). <a rel="nofollow" class="external text" href="https://doi.org/10.1007/3-540-37623-2_13">"Planar Polyline Drawings with Good Angular Resolution"</a>. In Sue Whitesides (ed.). <i>Graph Drawing, 6th International Symposium</i>. Springer. pp. <span class="nowrap">167–</span>182. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1007%2F3-540-37623-2_13">10.1007/3-540-37623-2_13</a>.</cite></li>
<li><cite id="CITEREFHoltenIsenbergvan_WijkFekete2011" class="citation cs2">Holten, Danny; <a href="Petra_Isenberg" title="Petra Isenberg">Isenberg, Petra</a>; <a href="Jack_van_Wijk" title="Jack van Wijk">van Wijk, Jarke J.</a>; Fekete, Jean-Daniel (2011), "An extended evaluation of the readability of tapered, animated, and textured directed-edge representations in node-link graphs", <a rel="nofollow" class="external text" href="http://www.lri.fr/~isenberg/publications/papers/Holten_2011_AEP.pdf"><i>IEEE Pacific Visualization Symposium (PacificVis 2011)</i></a> <span class="cs1-format">(PDF)</span>, pp. <span class="nowrap">195–</span>202, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1109%2FPACIFICVIS.2011.5742390">10.1109/PACIFICVIS.2011.5742390</a>, <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>978-1-61284-935-5</bdi>, <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a> <a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:16526781">16526781</a>, <a rel="nofollow" class="external text" href="https://web.archive.org/web/20160411130015/https://www.lri.fr/~isenberg/publications/papers/Holten_2011_AEP.pdf">archived</a> <span class="cs1-format">(PDF)</span> from the original on 2016-04-11<span class="reference-accessdate">, retrieved <span class="nowrap">2011-09-29</span></span></cite>.</li>
<li><cite id="CITEREFHoltenvan_Wijk2009" class="citation cs2">Holten, Danny; <a href="Jack_van_Wijk" title="Jack van Wijk">van Wijk, Jarke J.</a> (2009), "A user study on visualizing directed edges in graphs", <a rel="nofollow" class="external text" href="https://web.archive.org/web/20111106004500/http://www.win.tue.nl/~dholten/papers/directed_edges_chi.pdf"><i>Proceedings of the 27th International Conference on Human Factors in Computing Systems (CHI '09)</i></a> <span class="cs1-format">(PDF)</span>, pp. <span class="nowrap">2299–</span>2308, <a href="CiteSeerX_(identifier)" class="mw-redirect" title="CiteSeerX (identifier)">CiteSeerX</a> <span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.212.5461">10.1.1.212.5461</a></span>, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1145%2F1518701.1519054">10.1145/1518701.1519054</a>, <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>9781605582467</bdi>, <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a> <a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:9725345">9725345</a>, archived from <a rel="nofollow" class="external text" href="http://www.win.tue.nl/~dholten/papers/directed_edges_chi.pdf">the original</a> <span class="cs1-format">(PDF)</span> on 2011-11-06</cite>.</li>
<li><cite id="CITEREFKant1992" class="citation conference cs1">Kant, Goos (1992). "Drawing planar graphs using the lmc-ordering". <i>33rd Annual Symposium on Foundations of Computer Science</i>. IEEE. pp. <span class="nowrap">101–</span>110.</cite></li>
<li><cite id="CITEREFKnuth2013" class="citation cs2"><a href="Donald_Knuth" title="Donald Knuth">Knuth, Donald E.</a> (2013), "Two thousand years of combinatorics", in Wilson, Robin; Watkins, John J. (eds.), <i>Combinatorics: Ancient and Modern</i>, Oxford University Press, pp. <span class="nowrap">7–</span>37</cite>.</li>
<li><cite id="CITEREFKoren2005" class="citation cs2">Koren, Yehuda (2005), "Drawing graphs by eigenvectors: theory and practice", <i>Computers & Mathematics with Applications</i>, <b>49</b> (<span class="nowrap">11–</span>12): <span class="nowrap">1867–</span>1888, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1016%2Fj.camwa.2004.08.015">10.1016/j.camwa.2004.08.015</a></span>, <a href="MR_(identifier)" class="mw-redirect" title="MR (identifier)">MR</a> <a rel="nofollow" class="external text" href="https://mathscinet.ams.org/mathscinet-getitem?mr=2154691">2154691</a></cite>.</li>
<li><cite id="CITEREFLongabaugh2012" class="citation cs2">Longabaugh, William (2012), "Combing the hairball with BioFabric: a new approach for visualization of large networks", <i>BMC Bioinformatics</i>, <b>13</b> 275, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1186%2F1471-2105-13-275">10.1186/1471-2105-13-275</a></span>, <a href="PMC_(identifier)" class="mw-redirect" title="PMC (identifier)">PMC</a> <span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3574047">3574047</a></span>, <a href="PMID_(identifier)" class="mw-redirect" title="PMID (identifier)">PMID</a> <a rel="nofollow" class="external text" href="https://pubmed.ncbi.nlm.nih.gov/23102059">23102059</a></cite>.</li>
<li><cite id="CITEREFMaddenMaddenPowersHimsolt1996" class="citation cs2">Madden, Brendan; Madden, Patrick; Powers, Steve; Himsolt, Michael (1996), "Portable graph layout and editing", in Brandenburg, Franz J. (ed.), <a href="International_Symposium_on_Graph_Drawing" title="International Symposium on Graph Drawing"><i>Graph Drawing: Symposium on Graph Drawing, GD '95, Passau, Germany, September 20–22, 1995, Proceedings</i></a>, Lecture Notes in Computer Science, vol. 1027, Springer-Verlag, pp. <span class="nowrap">385–</span>395, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1007%2FBFb0021822">10.1007/BFb0021822</a></span>, <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>978-3-540-60723-6</bdi></cite>.</li>
<li><cite id="CITEREFMisueEadesLaiSugiyama1995" class="citation cs2">Misue, K.; Eades, P.; Lai, W.; Sugiyama, K. (1995), "Layout Adjustment and the Mental Map", <i>Journal of Visual Languages & Computing</i>, <b>6</b> (2): <span class="nowrap">183–</span>210, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1006%2Fjvlc.1995.1010">10.1006/jvlc.1995.1010</a></cite>.</li>
<li><cite id="CITEREFNachmansonRobertsonLee2008" class="citation cs2">Nachmanson, Lev; Robertson, George; <a href="Bongshin_Lee" title="Bongshin Lee">Lee, Bongshin</a> (2008), "Drawing Graphs with GLEE", in <a href="Seok-Hee_Hong" title="Seok-Hee Hong">Hong, Seok-Hee</a>; <a href="Takao_Nishizeki" title="Takao Nishizeki">Nishizeki, Takao</a>; Quan, Wu (eds.), <a href="International_Symposium_on_Graph_Drawing" title="International Symposium on Graph Drawing"><i>Graph Drawing, 15th International Symposium, GD 2007, Sydney, Australia, September 24–26, 2007, Revised Papers</i></a>, Lecture Notes in Computer Science, vol. 4875, Springer-Verlag, pp. <span class="nowrap">389–</span>394, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1007%2F978-3-540-77537-9_38">10.1007/978-3-540-77537-9_38</a></span>, <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>978-3-540-77536-2</bdi></cite>.</li>
<li><cite id="CITEREFPachSharir2009" class="citation cs2"><a href="J%C3%A1nos_Pach" title="János Pach">Pach, János</a>; <a href="Micha_Sharir" title="Micha Sharir">Sharir, Micha</a> (2009), "5.5 Angular resolution and slopes", <i>Combinatorial Geometry and Its Algorithmic Applications: The Alcalá Lectures</i>, Mathematical Surveys and Monographs, vol. 152, <a href="American_Mathematical_Society" title="American Mathematical Society">American Mathematical Society</a>, pp. <span class="nowrap">126–</span>127</cite>.</li>
<li><cite id="CITEREFPurchaseCohenJames1997" class="citation cs2"><a href="Helen_Purchase" title="Helen Purchase">Purchase, H. C.</a>; Cohen, R. F.; James, M. I. (1997), "An experimental study of the basis for graph drawing algorithms", <i>Journal of Experimental Algorithmics</i>, <b>2</b>, Article 4, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1145%2F264216.264222">10.1145/264216.264222</a>, <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a> <a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:22076200">22076200</a></cite>.</li>
<li><cite id="CITEREFReingoldTilford1981" class="citation journal cs1">Reingold, Edward M.; Tilford, John S. (1981). "Tidier drawings of trees". <i>IEEE Transactions on Software Engineering</i>. <b>2</b> (2): <span class="nowrap">223–</span>228. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1109%2FTSE.1981.234519">10.1109/TSE.1981.234519</a>.</cite></li>
<li><cite id="CITEREFSaaty1964" class="citation cs2"><a href="Thomas_L._Saaty" title="Thomas L. Saaty">Saaty, Thomas L.</a> (1964), "The minimum number of intersections in complete graphs", <i>Proc. Natl. Acad. Sci. U.S.A.</i>, <b>52</b> (3): <span class="nowrap">688–</span>690, <a href="Bibcode_(identifier)" class="mw-redirect" title="Bibcode (identifier)">Bibcode</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://ui.adsabs.harvard.edu/abs/1964PNAS...52..688S">1964PNAS...52..688S</a></span>, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1073%2Fpnas.52.3.688">10.1073/pnas.52.3.688</a></span>, <a href="PMC_(identifier)" class="mw-redirect" title="PMC (identifier)">PMC</a> <span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC300329">300329</a></span>, <a href="PMID_(identifier)" class="mw-redirect" title="PMID (identifier)">PMID</a> <a rel="nofollow" class="external text" href="https://pubmed.ncbi.nlm.nih.gov/16591215">16591215</a></cite>.</li>
<li><cite id="CITEREFScott2000" class="citation cs2">Scott, John (2000), "Sociograms and Graph Theory", <a rel="nofollow" class="external text" href="https://books.google.com/books?id=Ww3_bKcz6kgC&pg=PA"><i>Social network analysis: a handbook</i></a> (2nd ed.), Sage, pp. <span class="nowrap">64–</span>69, <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>978-0-7619-6339-4</bdi></cite>.</li>
<li><cite id="CITEREFSugiyamaTagawaToda1981" class="citation cs2 cs1-prop-long-vol"><a href="Kozo_Sugiyama" title="Kozo Sugiyama">Sugiyama, Kozo</a>; Tagawa, Shôjirô; Toda, Mitsuhiko (1981), "Methods for visual understanding of hierarchical system structures", <i><a href="IEEE_Systems%2C_Man%2C_and_Cybernetics_Society" title="IEEE Systems, Man, and Cybernetics Society">IEEE Transactions on Systems, Man, and Cybernetics</a></i>, SMC-11 (2): <span class="nowrap">109–</span>125, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1109%2FTSMC.1981.4308636">10.1109/TSMC.1981.4308636</a>, <a href="MR_(identifier)" class="mw-redirect" title="MR (identifier)">MR</a> <a rel="nofollow" class="external text" href="https://mathscinet.ams.org/mathscinet-getitem?mr=0611436">0611436</a>, <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a> <a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:8367756">8367756</a></cite>.</li>
<li><cite id="CITEREFSugiyamaMisue1995" class="citation journal cs1">Sugiyama, Kozo; Misue, Kazuo (1995). "Graph drawing by the magnetic spring model". <i>Journal of Visual Languages & Computing</i>. <b>6</b> (3): <span class="nowrap">217–</span>231. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1006%2Fjvlc.1995.1013">10.1006/jvlc.1995.1013</a>.</cite></li>
<li><cite id="CITEREFTamassia1987" class="citation journal cs1">Tamassia, Roberto (1987). <a rel="nofollow" class="external text" href="https://doi.org/10.1137/0216030">"On Embedding a Graph in the Grid with the Minimum Number of Bends"</a>. <i>SIAM Journal on Computing</i>. <b>16</b> (3): <span class="nowrap">421–</span>444. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1137%2F0216030">10.1137/0216030</a>.</cite></li>
<li><cite id="CITEREFTantau2013" class="citation cs2">Tantau, Till (2013), "Graph Drawing in TikZ", <i><a href="Journal_of_Graph_Algorithms_and_Applications" title="Journal of Graph Algorithms and Applications">Journal of Graph Algorithms and Applications</a></i>, <b>17</b> (4): <span class="nowrap">495–</span>513, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.7155%2Fjgaa.00301">10.7155/jgaa.00301</a></span> (inactive July 15, 2025)</cite><span class="cs1-maint citation-comment"><code class="cs1-code">{{citation}}</code>: CS1 maint: DOI inactive as of July 2025 (link)</span>.</li>
<li><cite id="CITEREFZapponi2003" class="citation cs2">Zapponi, Leonardo (August 2003), <a rel="nofollow" class="external text" href="https://www.ams.org/notices/200307/what-is.pdf">"What is a Dessin d'Enfant"</a> <span class="cs1-format">(PDF)</span>, <i><a href="Notices_of_the_American_Mathematical_Society" title="Notices of the American Mathematical Society">Notices of the American Mathematical Society</a></i>, <b>50</b>: <span class="nowrap">788–</span>789, <a rel="nofollow" class="external text" href="https://web.archive.org/web/20211003075615/https://www.ams.org/notices/200307/what-is.pdf">archived</a> <span class="cs1-format">(PDF)</span> from the original on 2021-10-03<span class="reference-accessdate">, retrieved <span class="nowrap">2021-04-28</span></span></cite>.</li></ul>
</div>
<div class="mw-heading mw-heading2"><h2 id="Further_reading">Further reading</h2></div>
<div class="refbegin refbegin-columns references-column-width" style="column-width: 30em">
<ul><li><cite id="CITEREFDi_BattistaEadesTamassiaTollis1994" class="citation cs2">Di Battista, Giuseppe; <a href="Peter_Eades" title="Peter Eades">Eades, Peter</a>; <a href="Roberto_Tamassia" title="Roberto Tamassia">Tamassia, Roberto</a>; Tollis, Ioannis G. (1994), "Algorithms for Drawing Graphs: an Annotated Bibliography", <i><a href="Computational_Geometry_(journal)" title="Computational Geometry (journal)">Computational Geometry: Theory and Applications</a></i>, <b>4</b> (5): <span class="nowrap">235–</span>282, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1016%2F0925-7721%2894%2900014-x">10.1016/0925-7721(94)00014-x</a></span></cite>.</li>
<li><cite id="CITEREFKaufmannWagner2001" class="citation cs2">Kaufmann, Michael; <a href="Dorothea_Wagner" title="Dorothea Wagner">Wagner, Dorothea</a>, eds. (2001), <i>Drawing Graphs: Methods and Models</i>, <a href="Lecture_Notes_in_Computer_Science" title="Lecture Notes in Computer Science">Lecture Notes in Computer Science</a>, vol. 2025, Springer-Verlag, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1007%2F3-540-44969-8">10.1007/3-540-44969-8</a>, <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>978-3-540-42062-0</bdi>, <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a> <a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:1808286">1808286</a></cite>.</li>
<li><cite id="CITEREFTamassia2014" class="citation cs2"><a href="Roberto_Tamassia" title="Roberto Tamassia">Tamassia, Roberto</a>, ed. (2014), <a rel="nofollow" class="external text" href="https://web.archive.org/web/20130815181243/http://cs.brown.edu/~rt/gdhandbook/"><i>Handbook of Graph Drawing and Visualization</i></a>, CRC Press, archived from <a rel="nofollow" class="external text" href="http://cs.brown.edu/~rt/gdhandbook/">the original</a> on 2013-08-15<span class="reference-accessdate">, retrieved <span class="nowrap">2013-08-28</span></span></cite>.</li></ul>
</div>
<div class="mw-heading mw-heading2"><h2 id="External_links">External links</h2></div>
<ul><li><a rel="nofollow" class="external text" href="http://graphx.codeplex.com">GraphX library for .NET</a> <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180126071742/http://graphx.codeplex.com/">Archived</a> 2018-01-26 at the <a href="Wayback_Machine" title="Wayback Machine">Wayback Machine</a>: open-source WPF library for graph calculation and visualization. Supports many layout and edge routing algorithms.</li>
<li><a rel="nofollow" class="external text" href="http://gdea.informatik.uni-koeln.de/">Graph drawing e-print archive</a>: including information on papers from all <a href="International_Symposium_on_Graph_Drawing" title="International Symposium on Graph Drawing">Graph Drawing symposia</a>.</li></ul>
<div class="navbox-styles"><style data-mw-deduplicate="TemplateStyles:r1129693374">
/* start https://en.wikipedia.org/ */
.mw-parser-output .hlist dl,.mw-parser-output .hlist ol,.mw-parser-output .hlist ul{margin:0;padding:0}.mw-parser-output .hlist dd,.mw-parser-output .hlist dt,.mw-parser-output .hlist li{margin:0;display:inline}.mw-parser-output .hlist.inline,.mw-parser-output .hlist.inline dl,.mw-parser-output .hlist.inline ol,.mw-parser-output .hlist.inline ul,.mw-parser-output .hlist dl dl,.mw-parser-output .hlist dl ol,.mw-parser-output .hlist dl ul,.mw-parser-output .hlist ol dl,.mw-parser-output .hlist ol ol,.mw-parser-output .hlist ol ul,.mw-parser-output .hlist ul dl,.mw-parser-output .hlist ul ol,.mw-parser-output .hlist ul ul{display:inline}.mw-parser-output .hlist .mw-empty-li{display:none}.mw-parser-output .hlist dt::after{content:": "}.mw-parser-output .hlist dd::after,.mw-parser-output .hlist li::after{content:" · ";font-weight:bold}.mw-parser-output .hlist dd:last-child::after,.mw-parser-output .hlist dt:last-child::after,.mw-parser-output .hlist li:last-child::after{content:none}.mw-parser-output .hlist dd dd:first-child::before,.mw-parser-output .hlist dd dt:first-child::before,.mw-parser-output .hlist dd li:first-child::before,.mw-parser-output .hlist dt dd:first-child::before,.mw-parser-output .hlist dt dt:first-child::before,.mw-parser-output .hlist dt li:first-child::before,.mw-parser-output .hlist li dd:first-child::before,.mw-parser-output .hlist li dt:first-child::before,.mw-parser-output .hlist li li:first-child::before{content:" (";font-weight:normal}.mw-parser-output .hlist dd dd:last-child::after,.mw-parser-output .hlist dd dt:last-child::after,.mw-parser-output .hlist dd li:last-child::after,.mw-parser-output .hlist dt dd:last-child::after,.mw-parser-output .hlist dt dt:last-child::after,.mw-parser-output .hlist dt li:last-child::after,.mw-parser-output .hlist li dd:last-child::after,.mw-parser-output .hlist li dt:last-child::after,.mw-parser-output .hlist li li:last-child::after{content:")";font-weight:normal}.mw-parser-output .hlist ol{counter-reset:listitem}.mw-parser-output .hlist ol>li{counter-increment:listitem}.mw-parser-output .hlist ol>li::before{content:" "counter(listitem)"\a0 "}.mw-parser-output .hlist dd ol>li:first-child::before,.mw-parser-output .hlist dt ol>li:first-child::before,.mw-parser-output .hlist li ol>li:first-child::before{content:" ("counter(listitem)"\a0 "}
/* end https://en.wikipedia.org/ */
</style><style data-mw-deduplicate="TemplateStyles:r1236075235">
/* start https://en.wikipedia.org/ */
.mw-parser-output .navbox{box-sizing:border-box;border:1px solid #a2a9b1;width:100%;clear:both;font-size:88%;text-align:center;padding:1px;margin:1em auto 0}.mw-parser-output .navbox .navbox{margin-top:0}.mw-parser-output .navbox+.navbox,.mw-parser-output .navbox+.navbox-styles+.navbox{margin-top:-1px}.mw-parser-output .navbox-inner,.mw-parser-output .navbox-subgroup{width:100%}.mw-parser-output .navbox-group,.mw-parser-output .navbox-title,.mw-parser-output .navbox-abovebelow{padding:0.25em 1em;line-height:1.5em;text-align:center}.mw-parser-output .navbox-group{white-space:nowrap;text-align:right}.mw-parser-output .navbox,.mw-parser-output .navbox-subgroup{background-color:#fdfdfd}.mw-parser-output .navbox-list{line-height:1.5em;border-color:#fdfdfd}.mw-parser-output .navbox-list-with-group{text-align:left;border-left-width:2px;border-left-style:solid}.mw-parser-output tr+tr>.navbox-abovebelow,.mw-parser-output tr+tr>.navbox-group,.mw-parser-output tr+tr>.navbox-image,.mw-parser-output tr+tr>.navbox-list{border-top:2px solid #fdfdfd}.mw-parser-output .navbox-title{background-color:#ccf}.mw-parser-output .navbox-abovebelow,.mw-parser-output .navbox-group,.mw-parser-output .navbox-subgroup .navbox-title{background-color:#ddf}.mw-parser-output .navbox-subgroup .navbox-group,.mw-parser-output .navbox-subgroup .navbox-abovebelow{background-color:#e6e6ff}.mw-parser-output .navbox-even{background-color:#f7f7f7}.mw-parser-output .navbox-odd{background-color:transparent}.mw-parser-output .navbox .hlist td dl,.mw-parser-output .navbox .hlist td ol,.mw-parser-output .navbox .hlist td ul,.mw-parser-output .navbox td.hlist dl,.mw-parser-output .navbox td.hlist ol,.mw-parser-output .navbox td.hlist ul{padding:0.125em 0}.mw-parser-output .navbox .navbar{display:block;font-size:100%}.mw-parser-output .navbox-title .navbar{float:left;text-align:left;margin-right:0.5em}body.skin--responsive .mw-parser-output .navbox-image img{max-width:none!important}@media print{body.ns-0 .mw-parser-output .navbox{display:none!important}}
/* end https://en.wikipedia.org/ */
</style></div><div role="navigation" class="navbox" aria-labelledby="Graph_representations87" style="padding:3px"><table class="nowraplinks mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th scope="col" class="navbox-title" colspan="2"><style data-mw-deduplicate="TemplateStyles:r1239400231">
/* start https://en.wikipedia.org/ */
.mw-parser-output .navbar{display:inline;font-size:88%;font-weight:normal}.mw-parser-output .navbar-collapse{float:left;text-align:left}.mw-parser-output .navbar-boxtext{word-spacing:0}.mw-parser-output .navbar ul{display:inline-block;white-space:nowrap;line-height:inherit}.mw-parser-output .navbar-brackets::before{margin-right:-0.125em;content:"[ "}.mw-parser-output .navbar-brackets::after{margin-left:-0.125em;content:" ]"}.mw-parser-output .navbar li{word-spacing:-0.125em}.mw-parser-output .navbar a>span,.mw-parser-output .navbar a>abbr{text-decoration:inherit}.mw-parser-output .navbar-mini abbr{font-variant:small-caps;border-bottom:none;text-decoration:none;cursor:inherit}.mw-parser-output .navbar-ct-full{font-size:114%;margin:0 7em}.mw-parser-output .navbar-ct-mini{font-size:114%;margin:0 4em}html.skin-theme-clientpref-night .mw-parser-output .navbar li a abbr{color:var(--color-base)!important}@media(prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .navbar li a abbr{color:var(--color-base)!important}}@media print{.mw-parser-output .navbar{display:none!important}}
/* end https://en.wikipedia.org/ */
</style><div id="Graph_representations87" style="font-size:114%;margin:0 4em">Graph representations</div></th></tr><tr><th scope="row" class="navbox-group" style="width:1%">Data structures</th><td class="navbox-list-with-group navbox-list navbox-odd hlist" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Graph_(abstract_data_type)" title="Graph (abstract data type)">Graph (abstract data type)</a></li>
<li><a href="Adjacency_list" title="Adjacency list">Adjacency list</a></li>
<li><a href="Edge_list" title="Edge list">Edge list</a></li>
<li><a href="Adjacency_matrix" title="Adjacency matrix">Adjacency matrix</a></li>
<li><a href="Incidence_matrix" title="Incidence matrix">Incidence matrix</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">XML-based formats</th><td class="navbox-list-with-group navbox-list navbox-even hlist" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="DGML" title="DGML">DGML</a></li>
<li>DotML</li>
<li>GEXF</li>
<li><a href="GraphML" title="GraphML">GraphML</a></li>
<li><a href="GXL" title="GXL">GXL</a></li>
<li><a href="XGMML" title="XGMML">XGMML</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Text-based formats</th><td class="navbox-list-with-group navbox-list navbox-odd hlist" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="DOT_(graph_description_language)" title="DOT (graph description language)">DOT</a></li>
<li><a href="Graph_Modelling_Language" title="Graph Modelling Language">Graph Modelling Language</a> (GML)</li>
<li><a href="LCF_notation" title="LCF notation">LCF notation</a> for cubic Hamiltonian graphs</li>
<li><a href="Newick_format" title="Newick format">Newick format</a> for trees</li>
<li><a href="Trivial_Graph_Format" title="Trivial Graph Format">Trivial Graph Format</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Related concepts</th><td class="navbox-list-with-group navbox-list navbox-even hlist" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Graph_database" title="Graph database">Graph database</a></li>
<li><a href="Linked_data" title="Linked data">Linked data</a></li></ul>
</div></td></tr></tbody></table></div></div><!--htdig_noindex--><div><div class="zim-footer">
This article is issued from <a class="external text" title="Last edited on 2025-07-15" href="https://en.wikipedia.org/wiki/?title=Graph_drawing&oldid=1300580473">Wikipedia</a>. The text is available under <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution-Share Alike 4.0</a> unless otherwise noted. Additional terms may apply for the media files.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>
</body></html>